Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1ComboBox<T> Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (C1ComboBox<T>)
    In This Topic
    Gets or sets the index of the selected item.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also